.menu-list > .menu-item:hover {
  color: #2784C6;
}

.menu-list > .menu-item.active {
  color: #2784C6;
  font-weight: bold !important;
}

.v-header {
  position: fixed;
  z-index: 13;
}

@media screen and (min-width: 769px) {
  .v-header {
    width: 100%;
    height: 70px;
    background: #FFFBEF;
    padding-right: 176px;
    /* min-width: 1400px; */
  }
}

@media screen and (min-width: 768px) {
  .menu-btn {
    width: 176px;
    height: 70px;
  }
  .code-img-wrapper {
    width: 176px;
    height: 0;
    overflow: hidden;
    transition: height .5s;
    background: #EBF8FF;
  }
  
  .btn-phone {
    background: #EBF8FF;
  }

  .btn-code {
    background: #76BFE6;
    user-select: none;
  }

  .phone-pc-text {
    color: #2784C6;
  }

  .menu-btns {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
  }

  .code-arrow-logo {
    transition: transform .5s;
  }

  .btn-code:hover .code-arrow-logo {
    transform: rotate(180deg);
  }
  .btn-code:hover + .code-img-wrapper {
    height: 150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  /* .menu-btn {
    display: none;
  } */
  .menu-list {
    margin-right: 0 !important;
  }
  .d-mid-none {
    display: none !important;
  }

}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  /* .menu-btn {
    display: none;
  }
  .menu-list {
    margin-right: 0 !important;
  } */
  .menu-list {
    position: relative;
  }
  .d-mid-none {
    display: none !important;
  }
  .d-mid-show {
    display: block !important;
  }
  .more-nav {
    position: absolute;
    right: -10px;
    top: 0;
    padding-top: 30px;
    background: #FFFBEF;
    height: 0;
    overflow: hidden;
    z-index: 1;
    transition: all .5s;
  }
  .more-nav > li {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
  }
  .more-nav > li:last-child {
    border-bottom: none;
  }
  .more-nav-wrapper:hover > .more-nav {
    height: 210px;
  }
  .more-item {
    font-size: 18px !important;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  .more-nav a {
    margin: 0 !important;
  }
  .more-nav a:hover {
    color: #2784C6;
  }
}

@media screen and (max-width: 768px) {
  .v-header {
    width: 100%;
    height: 55px;
    background: #FFFBEF;
  }
  .v-header a {
    z-index: 9;
  }
  .menu-logo {
    width: 50px;
    height: 50px;
  }
  .phone-container {
    position: fixed;
    width: 100%;
    top: 55px;
    left: 0;
    height: 100vh;
    display: none;
    background: #fff;
    z-index: 10009;
    overflow-y: scroll;
  }
  .phone-box {
    height: 120px;
  }
  .phone-box > div {
    height: 100%;
  }
  .phone-wrapper {
    background: #EBF8FF;
    flex: 2;
  }
  .code-wrapper {
    flex: 1;
  }
  .code-wrapper > img {
    width: 100%;
    height: 100%;
  }
  .menu-list {
    z-index: 9;
  }
  .menu-list .menu-item {
    width: 100%;
    border-bottom: 1px dashed #ddd;
    transition: all .5s;
  }
  .menu-list .menu-item:hover {
    color: #666;
    padding-left: 10px;
    background: rgb(173, 225, 245);
  }
  .menu-phone-logo {
    width: 30px;
    height: 30px;
    overflow: hidden;
  }
  .menu-phone-logo-wrapper {
    transition: transform .5s;
  }
  .to-top {
    transform: translateY(-50%);
  }
  .phone-text {
    margin-top: 5px;
  }
}
